func github.com/andybalholm/brotli.setCost

4 uses

	github.com/andybalholm/brotli (current package)
		backward_references_hq.go#L89: func setCost(histogram []uint32, histogram_size uint, literal_histogram bool, cost []float32) {
		backward_references_hq.go#L159: 	setCost(histogram_literal[:], numLiteralSymbols, true, cost_literal[:])
		backward_references_hq.go#L160: 	setCost(histogram_cmd[:], numCommandSymbols, false, cost_cmd)
		backward_references_hq.go#L161: 	setCost(histogram_dist[:], uint(self.distance_histogram_size), false, self.cost_dist_)